home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / curse31 / cursinfo.txt < prev    next >
Text File  |  1996-04-24  |  12KB  |  233 lines

  1.                                C U R S E S !
  2.                         G E T T I N G   S T A R T E D
  3.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    QUICK START:
  6.    To run the program from a DOS prompt, enter: CURSES
  7.    To read manual, press <F1> while
  8.      running the program.
  9.  
  10.    REVIEWERS: If you intend to review this software for publication, please
  11. contact us to make sure you have the most recent version and that the
  12. ordering information supplied to your readers will be accurate. We would
  13. appreciate receiving a tearsheet or copy of any published reviews. Thank
  14. you!
  15.  
  16.    ALWAYS MAKE A BACKUP COPY of the original disk before you do anything.
  17. (See the DISKCOPY command in your DOS manual.) Put the original in a safe
  18. place, and use the copy as the master disk when you install the program.
  19.    Note that in all of the following examples, if your drive letters or
  20. directory names are different, you can simply use the same command, but
  21. with your actual drive letter and directory name. For example, we refer to
  22. the floppy drives as drive A and drive B. If yours are really called drive
  23. D and drive E, then use D and E instead of A and B. In our hard disk
  24. example, the subdirectory is called CURSES. But you can name it something
  25. else. For example, if you name it WEST, just use WEST in the command
  26. instead of CURSES.
  27.    The following instructions assume the files on your disk are NOT
  28. archived. If you have received the files in archived format, refer to the
  29. installation instructions that came with your disk.
  30.  
  31.    INSTALLING TO A HARD DISK: The first thing you need to do is create a
  32. subdirectory on the hard disk. (If the subdirectory has already been
  33. created, you don't have to create it now.) For example, if you decide to
  34. name the subdirectory CURSES, you would start at your C> prompt, and use
  35. the following sequence of commands:
  36.  
  37.    CD\
  38.    MD CURSES
  39.    CD \CURSES
  40.  
  41. Now put the master disk in the A drive and enter this command:
  42.  
  43.    COPY A:*.*
  44.  
  45. You should see all the files being copied. When the copying is finished,
  46. you are ready to run the program.
  47.  
  48.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE TWO FLOPPY DRIVES: Put the
  49. master disk in drive A. Put a new, formatted disk in drive B. Enter this
  50. command:
  51.  
  52.    COPY A:*.* B:
  53.  
  54.    You should see the files being copied to the disk in the B drive. When
  55. all the files have been copied, the B disk is your working disk. You can
  56. move  the B disk to the A drive and use it there if you prefer.
  57.    For greatest efficiency and maximum storage capacity, we urge you to
  58. install the software to your hard disk.
  59.  
  60.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE ONE FLOPPY DRIVE: Put the
  61. master disk in drive A. Have a new disk ready. Enter this command:
  62.  
  63.    DISKCOPY A: B:
  64.  
  65.    The computer will display messages telling you when to put the "source
  66. disk" or the "target disk" into the drive. The "source disk" is your master
  67. disk. The "target disk" is your new disk. When all the files have been
  68.  
  69. copied, the "target" disk is your working disk.
  70.    For greatest efficiency and maximum storage capacity, we urge you to
  71. install the software to your hard disk.
  72.  
  73.    NEED MORE SPACE? If you are running programs on floppy disks you may not
  74. have enough disk space for the data files created by the program. You can
  75. remove the documentation files, which the program does not need, from your
  76. working disk. However, these files contain important information which you
  77. will need for reference, so do not delete them from your master disk. To
  78. delete the documentation files, put the working disk in the A drive and
  79. enter these commands:
  80.  
  81.    DEL A:*.TXT
  82.    DEL A:*.DOC
  83.  
  84.    The documentation files must be included with copies of the program that
  85. are distributed to others.
  86.  
  87.    PROGRAM FILES: Program files can be identified by the extension EXE or
  88. COM after the file name. To run the program, simply type its name. For
  89. example, if you have a program named CURSES.EXE, type CURSES and press
  90. <ENTER>.
  91.  
  92.    DOCUMENTATION AND INSTRUCTIONS: All features of CURSES! are documented 
  93. in the <F1> Help feature.
  94.    Files which have the DOC or TXT extension are ASCII format files (also
  95. called DOS Text files) which can be viewed or printed using DOS commands.
  96. For example, if you have a typical setup, you can print a document called
  97. CURSINFO.TXT using this command:  TYPE CURSINFO.TXT > PRN
  98.    To view this file on screen, you would enter: TYPE CURSINFO.TXT | MORE
  99. (Successful use of MORE assumes that the correct DOS files are in your
  100. path. If this is not the case, you can simply use TYPE CURSINFO.TXT, but the
  101. file may scroll up out of view.)
  102.    You can also view and print this kind of file with text viewing
  103. utilities, and with most word processors, using "ASCII", "DOS Text" or
  104. "Non-document" format.
  105.  
  106.    CHANGES AND UPDATES: Sometimes changes are made in a program after the
  107. manual is completed. Information about such changes will appear on disk in
  108. a text file called UPDATE.TXT. If this file appears on your disk, you
  109. should read it to get the latest important information about the software.
  110.  
  111.    NEW VERSIONS: Sometimes a new version of a program will ask permission
  112. to update your data files. Do not answer "yes" unless you have already made
  113. a backup copy of your data. Don't copy the backed-up data back into the
  114. directory after the files have been updated. This backup is simply
  115. insurance against data damage or loss. You should make backups regularly.
  116.  
  117.    BE SMART!  Before installing new versions of any software, make backups
  118. of all the old files. This protects you in case of an error during the
  119. installation/update process. Remember that power surges, hardware failure,
  120. and user errors can all lead to data loss or damage. Make backups of your
  121. data on a regular basis. If you wonder how often you need to back up your
  122. word processing documents, mailing lists, spreadsheets, etc., ask yourself,
  123. "How many days worth of work can I afford to lose?" We recommend that you
  124. use a system of three or more sets of backup disks which you rotate on a
  125. daily basis. That way, if something unfortunate happens to one set of
  126. backups, you will have another set available. A few minutes spent making
  127. daily backups can save you hours of heartbreaking work trying to recreate
  128. lost data.
  129.  
  130.    BAD DISK? It seems that in hot weather we sometimes get complaints about
  131. "bad" or unreadable disks. Floppy disks are susceptible to heat, moisture
  132. and magnetism. A disk that sits all day in a hot mailbox or truck where
  133. temperatures exceed 100 degrees is likely to be damaged. Disks which have
  134. been exposed to magnetism may become unreadable.
  135.    Before assuming a disk is bad, try it on another computer. It may be
  136. that your computer's drive heads are dirty or slightly misaligned. Suspect
  137. this if you often get disk error messages with different disks. An
  138. inexpensive head cleaning kit may help solve the problem.
  139.    With 5.25" disks, sometimes the round disk gets trapped inside its
  140. square casing and generates an error because it can't rotate freely.
  141. Remove the disk from the drive and tap each of the four edges sharply on
  142. the surface of your desk. This may loosen the disk. Try reading the disk
  143. again.
  144.    With 3.5" disks, the sliding plate may not be sliding open when the disk
  145. is placed inside the drive. Gently slide the plate back and forth until it
  146. feels looser, being careful not to touch the disk media inside. Try reading
  147. the disk again. If the plate will not slide, or if it appears to be bent,
  148. do not place it inside the drive. Instead, you can simply remove the plate,
  149. which protects the disk but is not required for us.
  150.    Several popular utility packages have features that can sometimes
  151. revive unreadable disks.
  152.    In any case, if we sent you an unreadable disk, we will be happy to
  153. replace it with a fresh copy of the same program. IF YOU RECEIVED A BAD
  154. DISK FROM A VENDOR, THE VENDOR SHOULD REPLACE IT.
  155.  
  156.    SUPPORT: This software has been thoroughly tested, and complete
  157. instructions are contained in the user's manual.
  158.    For fast, reliable answers to your questions, visit the R.K. West
  159. section on CompuServe. GO RKWEST. You'll also be able to download
  160. 30-day evaluation versions of our new products in Library 9.
  161.    Please note that we do not intend to update this product further. If
  162. you found it useful or enjoyable, please feel free to keep it. If you
  163. did not like it, simply delete it from your system.
  164.   Visit our WWW home page at http://members.aol.com/rkwest
  165.  
  166.   SOFTWARE LICENSE AND WARRANTY INFORMATION: See the file VENDINFO.DIZ.
  167. If VENDINFO.DIZ is missing or damaged, or if you do not understand it,
  168. contact the author for complete information.
  169.  
  170. To receive a free catalog of unusual software, please send a self-
  171. addressed, stamped envelope.
  172.  
  173. POETRY GENERATOR: Turn your computer into a poet! Using a 20,000-word
  174. vocabulary, this program creates free-verse poems at the touch of a button.
  175. Using the structure of actual poems as models, the program randomly
  176. combines words and short phrases into verses four to nine lines long. The
  177. results are fascinating. Some of these poems have actually been published
  178. in national magazines! This program has been featured in the Los Angeles
  179. Times, Scientific American and Writer's Digest. Requires: DOS 3.0 or later;
  180. 512k; hard disk or 720K floppy. This program will run under Windows.
  181.  To: R.K. West Consulting                    POETRY GENERATOR ORDER FORM
  182.      PO Box 8059
  183.      Mission Hills CA 91346, USA
  184.  
  185.  Your Name: ________________________________________________      Please
  186.                                                                   print
  187.  Address: __________________________________________________      clearly.
  188.  
  189.           __________________________________________________
  190.  
  191.           __________________________________________________
  192.  
  193.  Phone:   __________________________________________________
  194.  
  195.  _____ Registered versions @ $19.00 each:            ___________________
  196.  
  197.  _____ Shipping outside the US: Canada $3, others $6 ___________________
  198.  
  199.  Disk Size: ___ 3.5"   ___ 5.25"    TOTAL ENCLOSED:  ___________________
  200.             3.5" is best
  201.  
  202.  Free Bonus Program! Pick ONE:
  203.  
  204.  ___ Cliche Finder   ___ ESP Test   ___ Practical Jokes   ___ Shareware
  205.  (If not available at time of order, another free program will be sent.)
  206.  
  207.  All prices are in U.S. dollars, checks drawn on and payable through a U.S.
  208.  bank. You may register by credit card through Public (Software) Library. In
  209.  the USA call 800-242-4775. Others, call 713-524-6394. These numbers are for
  210.  orders only. You can Fax a credit card order to PsL at 713-524-6398; or
  211.  mail it to: PSL, P.O. Box 35705, Houston TX 77235; or order on CompuServe from
  212.  71355,470. Visa, MasterCard, Discover, American Express. When ordering by 
  213.  credit card use your name EXACTLY as shown on the card. Please do not mail
  214.  credit card orders to R.K. West (and do not mail checks to PSL).
  215.  
  216.  Tell us where you found this program! __________________________________
  217.  
  218.    ______________________________________________________________________
  219.  
  220.  Important: If you purchased this disk from a rack, bin, shelf or package in a
  221.             retail store, grocery, airport, bookshop, etc., or found it on
  222.             CD-ROM, please include the company name or brand-name logo from the
  223.             disk package or label, and other information, such as address and
  224.             phone, identifying the company that actually produced the disk.
  225.  
  226.    ______________________________________________________________________
  227.  
  228.    ______________________________________________________________________
  229.  
  230.    ______________________________________________________________________
  231.  
  232.  What are your comments about CURSES? (Use other side if needed)
  233.